Page kicker script for profiles on pjj.cc .

1) Save profile in desired server/host site.
2) Place script in profile of respective character.
3) Replaced underline with URL of desired profile.

note the xxxx that appears before </body> tag. This marker is neccessary as it creates an instane on the page for the script to attach to. Without it the script will not work.



<html>

<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>

<body onLoad="MM_goToURL('parent','______________________________');return document.MM_returnValue">
xxxx
</body>
</html>